home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inside Magic
/
Inside Magic.iso
/
mac
/
Inside Magic™ LM
/
Inside Magic™ LM.dxr
/
02054.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-09-28
|
185 b
|
12 lines
on mouseDown
global gUserStatus
if gUserStatus = 1 then
recipeSwitch("creepyTrek")
updateStage()
SoundFinish()
play frame "4d-Rec"
else
nothing()
end if
end